Html Css Color HEX #EFB70C Selective Yellow

📋 copy color: '#EFB70C'

red 239 ◦ green 183 ◦ blue 12

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

Shades of Selective Yellow #EFB70C

Tints of Selective Yellow #EFB70C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.76%

R = 55.07%
G = 42.17%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFB70C (or 0xEFB70C) is known color: Selective Yellow. HEX triplet: EF, B7 and 0C. RGB value is (239,183,12). Sum of RGB (Red+Green+Blue) = 239+183+12=434 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.07% from 434); Green value is 183 (71.88% from 255 or 42.17% from 434); Blue value is 12 (5.08% from 255 or 2.76% from 434); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB70C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB70C is #1048F3. Grayscale: #B4B4B4. Windows color (decimal): -1067252 or 833519. OLE color: 833519.

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

Color convert

RGB 239 183 12 -
CMYK 0 0.23 0.95 0.06
HSL 45.2º 0.9% 0.49% -
HSV(B) 45.2º 0.95% 0.94% -
XYZ 52.6 52.24 7.66 -
YUV 180.25 33.05 169.9 -
System Red Green Blue C M Y K H S L
Decimal 239 183 12 0 0.23 0.95 0.06 45.2 0.9 0.49
Hex EF B7 C 0 17 5F 6 2D 5A 31
Octal 357 267 14 0 27 137 6 55 132 61
Binary 11101111 10110111 1100 0 10111 1011111 110 101101 1011010 110001

Color Harmonies of #EFB70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB70C

Black with #EFB70C

Text Example


Text Example

White with #EFB70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB70C; }

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

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

background-color css

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

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

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

border-color css

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

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

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