Html Css Color HEX #EFB70E Selective Yellow

📋 copy color: '#EFB70E'

red 239 ◦ green 183 ◦ blue 14

#EFB70E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Selective Yellow #EFB70E

Tints of Selective Yellow #EFB70E

RGB

 RED value IS 239 (93.75% from 255) = 54.82%

 GREEN value IS 183 (71.88% from 255) = 41.97%

 BLUE value IS 14 (5.86% from 255) = 3.21%

R = 54.82%
G = 41.97%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EFB70E (or 0xEFB70E) is known color: Selective Yellow. HEX triplet: EF, B7 and 0E. RGB value is (239,183,14). Sum of RGB (Red+Green+Blue) = 239+183+14=436 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.82% from 436); Green value is 183 (71.88% from 255 or 41.97% from 436); Blue value is 14 (5.86% from 255 or 3.21% from 436); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB70E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB70E is #1048F1. Grayscale: #B5B5B5. Windows color (decimal): -1067250 or 964591. OLE color: 964591.

HSL color Cylindrical-coordinate representation of color #EFB70E: hue angle of 45.07º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EFB70E is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 183 14 -
CMYK 0 0.23 0.94 0.06
HSL 45.07º 0.89% 0.5% -
HSV(B) 45.07º 0.94% 0.94% -
XYZ 52.61 52.25 7.73 -
YUV 180.48 34.05 169.74 -
System Red Green Blue C M Y K H S L
Decimal 239 183 14 0 0.23 0.94 0.06 45.07 0.89 0.5
Hex EF B7 E 0 17 5E 6 2D 59 32
Octal 357 267 16 0 27 136 6 55 131 62
Binary 11101111 10110111 1110 0 10111 1011110 110 101101 1011001 110010

Color Harmonies of #EFB70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB70E

Black with #EFB70E

Text Example


Text Example

White with #EFB70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB70E; }

 p { color: rgb(239,183,14); }

 H1.HeaderClassName
 {
   color: #EFB70E;
 }
 .AnyTagClassName
 {
   color: #EFB70E;
 }
</style>

background-color css

<style>
 a { background-color: #EFB70E; }

 a { background-color: rgb(239,183,14); }

 div.DivClassName
 {
   background-color: #EFB70E;
 }
 .BgClassName
 {
   background-color: #EFB70E;
 }
</style>

border-color css

<style>
 span { border-color: #EFB70E; }

 span { border-color: rgb(239,183,14); }

 td.TdClassName
 {
   border-color: #EFB70E;
 }
 .TagClassName
 {
   border-color: #EFB70E;
 }
</style>