Html Css Color HEX #EAD30E Broom

📋 copy color: '#EAD30E'

red 234 ◦ green 211 ◦ blue 14

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

Shades of Broom #EAD30E

Tints of Broom #EAD30E

RGB

 RED value IS 234 (91.8% from 255) = 50.98%

 GREEN value IS 211 (82.81% from 255) = 45.97%

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

R = 50.98%
G = 45.97%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EAD30E (or 0xEAD30E) is known color: Broom. HEX triplet: EA, D3 and 0E. RGB value is (234,211,14). Sum of RGB (Red+Green+Blue) = 234+211+14=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 211 (82.81% from 255 or 45.97% from 459); Blue value is 14 (5.86% from 255 or 3.05% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD30E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD30E is #152CF1. Grayscale: #C4C4C4. Windows color (decimal): -1387762 or 971754. OLE color: 971754.

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

Color convert

RGB 234 211 14 -
CMYK 0 0.10 0.94 0.08
HSL 53.73º 0.89% 0.49% -
HSV(B) 53.73º 0.94% 0.92% -
XYZ 57.31 64.11 9.77 -
YUV 195.42 25.62 155.52 -
System Red Green Blue C M Y K H S L
Decimal 234 211 14 0 0.10 0.94 0.08 53.73 0.89 0.49
Hex EA D3 E 0 A 5E 8 36 59 31
Octal 352 323 16 0 12 136 10 66 131 61
Binary 11101010 11010011 1110 0 1010 1011110 1000 110110 1011001 110001

Color Harmonies of #EAD30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD30E

Black with #EAD30E

Text Example


Text Example

White with #EAD30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD30E; }

 p { color: rgb(234,211,14); }

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

background-color css

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

 a { background-color: rgb(234,211,14); }

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

border-color css

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

 span { border-color: rgb(234,211,14); }

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