Html Css Color HEX #EDD00E Broom

📋 copy color: '#EDD00E'

red 237 ◦ green 208 ◦ blue 14

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

Shades of Broom #EDD00E

Tints of Broom #EDD00E

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.32%

 BLUE value IS 14 (5.86% from 255) = 3.05%

R = 51.63%
G = 45.32%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EDD00E (or 0xEDD00E) is known color: Broom. HEX triplet: ED, D0 and 0E. RGB value is (237,208,14). Sum of RGB (Red+Green+Blue) = 237+208+14=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 208 (81.64% from 255 or 45.32% from 459); Blue value is 14 (5.86% from 255 or 3.05% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD00E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD00E is #122FF1. Grayscale: #C3C3C3. Windows color (decimal): -1191922 or 970989. OLE color: 970989.

HSL color Cylindrical-coordinate representation of color #EDD00E: hue angle of 52.2º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EDD00E is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 208 14 -
CMYK 0 0.12 0.94 0.07
HSL 52.2º 0.89% 0.49% -
HSV(B) 52.2º 0.94% 0.93% -
XYZ 57.56 63.15 9.57 -
YUV 194.56 26.11 158.27 -
System Red Green Blue C M Y K H S L
Decimal 237 208 14 0 0.12 0.94 0.07 52.2 0.89 0.49
Hex ED D0 E 0 C 5E 7 34 59 31
Octal 355 320 16 0 14 136 7 64 131 61
Binary 11101101 11010000 1110 0 1100 1011110 111 110100 1011001 110001

Color Harmonies of #EDD00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD00E

Black with #EDD00E

Text Example


Text Example

White with #EDD00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD00E; }

 p { color: rgb(237,208,14); }

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

background-color css

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

 a { background-color: rgb(237,208,14); }

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

border-color css

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

 span { border-color: rgb(237,208,14); }

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