Html Css Color HEX #EFBD00 Golden Poppy

📋 copy color: '#EFBD00'

red 239 ◦ green 189 ◦ blue 0

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

Shades of Golden Poppy #EFBD00

Tints of Golden Poppy #EFBD00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.84%
G = 44.16%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EFBD00 (or 0xEFBD00) is known color: Golden Poppy. HEX triplet: EF, BD and 00. RGB value is (239,189,0). Sum of RGB (Red+Green+Blue) = 239+189+0=428 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.84% from 428); Green value is 189 (74.22% from 255 or 44.16% from 428); Blue value is 0 (0.39% from 255 or 0% from 428); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFBD00 is #1042FF. Grayscale: #B7B7B7. Windows color (decimal): -1065728 or 48623. OLE color: 48623.

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

Color convert

RGB 239 189 0 -
CMYK 0 0.21 1 0.06
HSL 47.45º 1% 0.47% -
HSV(B) 47.45º 1% 0.94% -
XYZ 53.79 54.75 7.73 -
YUV 182.4 25.07 168.37 -
System Red Green Blue C M Y K H S L
Decimal 239 189 0 0 0.21 1 0.06 47.45 1 0.47
Hex EF BD 0 0 15 64 6 2F 64 2F
Octal 357 275 0 0 25 144 6 57 144 57
Binary 11101111 10111101 0 0 10101 1100100 110 101111 1100100 101111

Color Harmonies of #EFBD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBD00

Black with #EFBD00

Text Example


Text Example

White with #EFBD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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