Html Css Color HEX #EFBD0A Golden Poppy

📋 copy color: '#EFBD0A'

red 239 ◦ green 189 ◦ blue 10

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

Shades of Golden Poppy #EFBD0A

Tints of Golden Poppy #EFBD0A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.15%

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

R = 54.57%
G = 43.15%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EFBD0A (or 0xEFBD0A) is known color: Golden Poppy. HEX triplet: EF, BD and 0A. RGB value is (239,189,10). Sum of RGB (Red+Green+Blue) = 239+189+10=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 189 (74.22% from 255 or 43.15% from 438); Blue value is 10 (4.30% from 255 or 2.28% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFBD0A is #1042F5. Grayscale: #B8B8B8. Windows color (decimal): -1065718 or 703983. OLE color: 703983.

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

Color convert

RGB 239 189 10 -
CMYK 0 0.21 0.96 0.06
HSL 46.9º 0.92% 0.49% -
HSV(B) 46.9º 0.96% 0.94% -
XYZ 53.85 54.77 8.02 -
YUV 183.54 30.07 167.55 -
System Red Green Blue C M Y K H S L
Decimal 239 189 10 0 0.21 0.96 0.06 46.9 0.92 0.49
Hex EF BD A 0 15 60 6 2F 5C 31
Octal 357 275 12 0 25 140 6 57 134 61
Binary 11101111 10111101 1010 0 10101 1100000 110 101111 1011100 110001

Color Harmonies of #EFBD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBD0A

Black with #EFBD0A

Text Example


Text Example

White with #EFBD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBD0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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