Html Css Color HEX #EFC00A Golden Poppy

📋 copy color: '#EFC00A'

red 239 ◦ green 192 ◦ blue 10

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

Shades of Golden Poppy #EFC00A

Tints of Golden Poppy #EFC00A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.27%

R = 54.2%
G = 43.54%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EFC00A (or 0xEFC00A) is known color: Golden Poppy. HEX triplet: EF, C0 and 0A. RGB value is (239,192,10). Sum of RGB (Red+Green+Blue) = 239+192+10=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 192 (75.39% from 255 or 43.54% from 441); Blue value is 10 (4.30% from 255 or 2.27% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC00A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC00A is #103FF5. Grayscale: #BABABA. Windows color (decimal): -1064950 or 704751. OLE color: 704751.

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

Color convert

RGB 239 192 10 -
CMYK 0 0.20 0.96 0.06
HSL 47.69º 0.92% 0.49% -
HSV(B) 47.69º 0.96% 0.94% -
XYZ 54.5 56.07 8.24 -
YUV 185.31 29.07 166.3 -
System Red Green Blue C M Y K H S L
Decimal 239 192 10 0 0.20 0.96 0.06 47.69 0.92 0.49
Hex EF C0 A 0 14 60 6 30 5C 31
Octal 357 300 12 0 24 140 6 60 134 61
Binary 11101111 11000000 1010 0 10100 1100000 110 110000 1011100 110001

Color Harmonies of #EFC00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC00A

Black with #EFC00A

Text Example


Text Example

White with #EFC00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC00A; }

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

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

background-color css

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

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

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

border-color css

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

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

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