Html Css Color HEX #EDBE03 Golden Poppy

📋 copy color: '#EDBE03'

red 237 ◦ green 190 ◦ blue 3

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

Shades of Golden Poppy #EDBE03

Tints of Golden Poppy #EDBE03

RGB

 RED value IS 237 (92.97% from 255) = 55.12%

 GREEN value IS 190 (74.61% from 255) = 44.19%

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

R = 55.12%
G = 44.19%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EDBE03 (or 0xEDBE03) is known color: Golden Poppy. HEX triplet: ED, BE and 03. RGB value is (237,190,3). Sum of RGB (Red+Green+Blue) = 237+190+3=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 190 (74.61% from 255 or 44.19% from 430); Blue value is 3 (1.56% from 255 or 0.70% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBE03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDBE03 is #1241FC. Grayscale: #B7B7B7. Windows color (decimal): -1196541 or 245485. OLE color: 245485.

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

Color convert

RGB 237 190 3 -
CMYK 0 0.20 0.99 0.07
HSL 47.95º 0.98% 0.47% -
HSV(B) 47.95º 0.99% 0.93% -
XYZ 53.35 54.84 7.86 -
YUV 182.74 26.57 166.71 -
System Red Green Blue C M Y K H S L
Decimal 237 190 3 0 0.20 0.99 0.07 47.95 0.98 0.47
Hex ED BE 3 0 14 63 7 30 62 2F
Octal 355 276 3 0 24 143 7 60 142 57
Binary 11101101 10111110 11 0 10100 1100011 111 110000 1100010 101111

Color Harmonies of #EDBE03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBE03

Black with #EDBE03

Text Example


Text Example

White with #EDBE03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBE03; }

 p { color: rgb(237,190,3); }

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

background-color css

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

 a { background-color: rgb(237,190,3); }

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

border-color css

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

 span { border-color: rgb(237,190,3); }

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