Html Css Color HEX #EAD30D Broom

📋 copy color: '#EAD30D'

red 234 ◦ green 211 ◦ blue 13

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

Shades of Broom #EAD30D

Tints of Broom #EAD30D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.84%

R = 51.09%
G = 46.07%
B = 2.84%

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

#EAD30D (or 0xEAD30D) is known color: Broom. HEX triplet: EA, D3 and 0D. RGB value is (234,211,13). Sum of RGB (Red+Green+Blue) = 234+211+13=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 211 (82.81% from 255 or 46.07% from 458); Blue value is 13 (5.47% from 255 or 2.84% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD30D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD30D is #152CF2. Grayscale: #C4C4C4. Windows color (decimal): -1387763 or 906218. OLE color: 906218.

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

Color convert

RGB 234 211 13 -
CMYK 0 0.10 0.94 0.08
HSL 53.76º 0.89% 0.48% -
HSV(B) 53.76º 0.94% 0.92% -
XYZ 57.3 64.11 9.74 -
YUV 195.31 25.12 155.6 -
System Red Green Blue C M Y K H S L
Decimal 234 211 13 0 0.10 0.94 0.08 53.76 0.89 0.48
Hex EA D3 D 0 A 5E 8 36 59 30
Octal 352 323 15 0 12 136 10 66 131 60
Binary 11101010 11010011 1101 0 1010 1011110 1000 110110 1011001 110000

Color Harmonies of #EAD30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD30D

Black with #EAD30D

Text Example


Text Example

White with #EAD30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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