Html Css Color HEX #EFC10B Golden Poppy

📋 copy color: '#EFC10B'

red 239 ◦ green 193 ◦ blue 11

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

Shades of Golden Poppy #EFC10B

Tints of Golden Poppy #EFC10B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.57%

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

R = 53.95%
G = 43.57%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFC10B (or 0xEFC10B) is known color: Golden Poppy. HEX triplet: EF, C1 and 0B. RGB value is (239,193,11). Sum of RGB (Red+Green+Blue) = 239+193+11=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 193 (75.78% from 255 or 43.57% from 443); Blue value is 11 (4.69% from 255 or 2.48% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC10B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC10B is #103EF4. Grayscale: #BABABA. Windows color (decimal): -1064693 or 770543. OLE color: 770543.

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

Color convert

RGB 239 193 11 -
CMYK 0 0.19 0.95 0.06
HSL 47.89º 0.91% 0.49% -
HSV(B) 47.89º 0.95% 0.94% -
XYZ 54.73 56.51 8.34 -
YUV 186.01 29.24 165.8 -
System Red Green Blue C M Y K H S L
Decimal 239 193 11 0 0.19 0.95 0.06 47.89 0.91 0.49
Hex EF C1 B 0 13 5F 6 30 5B 31
Octal 357 301 13 0 23 137 6 60 133 61
Binary 11101111 11000001 1011 0 10011 1011111 110 110000 1011011 110001

Color Harmonies of #EFC10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC10B

Black with #EFC10B

Text Example


Text Example

White with #EFC10B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC10B; }

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

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

background-color css

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

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

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

border-color css

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

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

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