Html Css Color HEX #EFC003 Golden Poppy

📋 copy color: '#EFC003'

red 239 ◦ green 192 ◦ blue 3

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

Shades of Golden Poppy #EFC003

Tints of Golden Poppy #EFC003

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.24%

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

R = 55.07%
G = 44.24%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EFC003 (or 0xEFC003) is known color: Golden Poppy. HEX triplet: EF, C0 and 03. RGB value is (239,192,3). Sum of RGB (Red+Green+Blue) = 239+192+3=434 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.07% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 3 (1.56% from 255 or 0.69% from 434); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC003 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC003 is #103FFC. Grayscale: #B9B9B9. Windows color (decimal): -1064957 or 245999. OLE color: 245999.

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

Color convert

RGB 239 192 3 -
CMYK 0 0.20 0.99 0.06
HSL 48.05º 0.98% 0.47% -
HSV(B) 48.05º 0.99% 0.94% -
XYZ 54.46 56.06 8.04 -
YUV 184.51 25.57 166.87 -
System Red Green Blue C M Y K H S L
Decimal 239 192 3 0 0.20 0.99 0.06 48.05 0.98 0.47
Hex EF C0 3 0 14 63 6 30 62 2F
Octal 357 300 3 0 24 143 6 60 142 57
Binary 11101111 11000000 11 0 10100 1100011 110 110000 1100010 101111

Color Harmonies of #EFC003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC003

Black with #EFC003

Text Example


Text Example

White with #EFC003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC003; }

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

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

background-color css

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

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

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

border-color css

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

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

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