Html Css Color HEX #EDD629 Broom

📋 copy color: '#EDD629'

red 237 ◦ green 214 ◦ blue 41

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

Shades of Broom #EDD629

Tints of Broom #EDD629

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.5%

 BLUE value IS 41 (16.41% from 255) = 8.33%

R = 48.17%
G = 43.5%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EDD629 (or 0xEDD629) is known color: Broom. HEX triplet: ED, D6 and 29. RGB value is (237,214,41). Sum of RGB (Red+Green+Blue) = 237+214+41=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 214 (83.98% from 255 or 43.50% from 492); Blue value is 41 (16.41% from 255 or 8.33% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD629 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD629 is #1229D6. Grayscale: #C9C9C9. Windows color (decimal): -1190359 or 2741997. OLE color: 2741997.

HSL color Cylindrical-coordinate representation of color #EDD629: hue angle of 52.96º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EDD629 is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 214 41 -
CMYK 0 0.10 0.83 0.07
HSL 52.96º 0.84% 0.55% -
HSV(B) 52.96º 0.83% 0.93% -
XYZ 59.37 66.26 11.76 -
YUV 201.16 37.62 153.57 -
System Red Green Blue C M Y K H S L
Decimal 237 214 41 0 0.10 0.83 0.07 52.96 0.84 0.55
Hex ED D6 29 0 A 53 7 35 54 37
Octal 355 326 51 0 12 123 7 65 124 67
Binary 11101101 11010110 101001 0 1010 1010011 111 110101 1010100 110111

Color Harmonies of #EDD629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD629

Black with #EDD629

Text Example


Text Example

White with #EDD629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD629; }

 p { color: rgb(237,214,41); }

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

background-color css

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

 a { background-color: rgb(237,214,41); }

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

border-color css

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

 span { border-color: rgb(237,214,41); }

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