Html Css Color HEX #EFC60B Golden Poppy

📋 copy color: '#EFC60B'

red 239 ◦ green 198 ◦ blue 11

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

Shades of Golden Poppy #EFC60B

Tints of Golden Poppy #EFC60B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.2%

 BLUE value IS 11 (4.69% from 255) = 2.46%

R = 53.35%
G = 44.2%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFC60B (or 0xEFC60B) is known color: Golden Poppy. HEX triplet: EF, C6 and 0B. RGB value is (239,198,11). Sum of RGB (Red+Green+Blue) = 239+198+11=448 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.35% from 448); Green value is 198 (77.73% from 255 or 44.20% from 448); Blue value is 11 (4.69% from 255 or 2.46% from 448); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC60B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC60B is #1039F4. Grayscale: #BDBDBD. Windows color (decimal): -1063413 or 771823. OLE color: 771823.

HSL color Cylindrical-coordinate representation of color #EFC60B: hue angle of 49.21º degrees, saturation: 0.91, 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 #EFC60B is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 198 11 -
CMYK 0 0.17 0.95 0.06
HSL 49.21º 0.91% 0.49% -
HSV(B) 49.21º 0.95% 0.94% -
XYZ 55.85 58.76 8.72 -
YUV 188.94 27.58 163.71 -
System Red Green Blue C M Y K H S L
Decimal 239 198 11 0 0.17 0.95 0.06 49.21 0.91 0.49
Hex EF C6 B 0 11 5F 6 31 5B 31
Octal 357 306 13 0 21 137 6 61 133 61
Binary 11101111 11000110 1011 0 10001 1011111 110 110001 1011011 110001

Color Harmonies of #EFC60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC60B

Black with #EFC60B

Text Example


Text Example

White with #EFC60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC60B; }

 p { color: rgb(239,198,11); }

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

background-color css

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

 a { background-color: rgb(239,198,11); }

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

border-color css

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

 span { border-color: rgb(239,198,11); }

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