Html Css Color HEX #EFC403 Golden Poppy

📋 copy color: '#EFC403'

red 239 ◦ green 196 ◦ blue 3

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

Shades of Golden Poppy #EFC403

Tints of Golden Poppy #EFC403

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.75%

 BLUE value IS 3 (1.56% from 255) = 0.68%

R = 54.57%
G = 44.75%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EFC403 (or 0xEFC403) is known color: Golden Poppy. HEX triplet: EF, C4 and 03. RGB value is (239,196,3). Sum of RGB (Red+Green+Blue) = 239+196+3=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 196 (76.95% from 255 or 44.75% from 438); Blue value is 3 (1.56% from 255 or 0.68% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC403 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC403 is #103BFC. Grayscale: #BBBBBB. Windows color (decimal): -1063933 or 247023. OLE color: 247023.

HSL color Cylindrical-coordinate representation of color #EFC403: hue angle of 49.07º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EFC403 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 196 3 -
CMYK 0 0.18 0.99 0.06
HSL 49.07º 0.98% 0.47% -
HSV(B) 49.07º 0.99% 0.94% -
XYZ 55.35 57.84 8.33 -
YUV 186.86 24.25 165.19 -
System Red Green Blue C M Y K H S L
Decimal 239 196 3 0 0.18 0.99 0.06 49.07 0.98 0.47
Hex EF C4 3 0 12 63 6 31 62 2F
Octal 357 304 3 0 22 143 6 61 142 57
Binary 11101111 11000100 11 0 10010 1100011 110 110001 1100010 101111

Color Harmonies of #EFC403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC403

Black with #EFC403

Text Example


Text Example

White with #EFC403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC403; }

 p { color: rgb(239,196,3); }

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

background-color css

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

 a { background-color: rgb(239,196,3); }

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

border-color css

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

 span { border-color: rgb(239,196,3); }

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