Html Css Color HEX #EAC428 Bright Sun

📋 copy color: '#EAC428'

red 234 ◦ green 196 ◦ blue 40

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

Shades of Bright Sun #EAC428

Tints of Bright Sun #EAC428

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.7%

 BLUE value IS 40 (16.02% from 255) = 8.51%

R = 49.79%
G = 41.7%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EAC428 (or 0xEAC428) is known color: Bright Sun. HEX triplet: EA, C4 and 28. RGB value is (234,196,40). Sum of RGB (Red+Green+Blue) = 234+196+40=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 196 (76.95% from 255 or 41.70% from 470); Blue value is 40 (16.02% from 255 or 8.51% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC428 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC428 is #153BD7. Grayscale: #BEBEBE. Windows color (decimal): -1391576 or 2671850. OLE color: 2671850.

HSL color Cylindrical-coordinate representation of color #EAC428: hue angle of 48.25º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EAC428 is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 196 40 -
CMYK 0 0.16 0.83 0.08
HSL 48.25º 0.82% 0.54% -
HSV(B) 48.25º 0.83% 0.92% -
XYZ 54.05 57.13 10.18 -
YUV 189.58 43.59 159.68 -
System Red Green Blue C M Y K H S L
Decimal 234 196 40 0 0.16 0.83 0.08 48.25 0.82 0.54
Hex EA C4 28 0 10 53 8 30 52 36
Octal 352 304 50 0 20 123 10 60 122 66
Binary 11101010 11000100 101000 0 10000 1010011 1000 110000 1010010 110110

Color Harmonies of #EAC428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC428

Black with #EAC428

Text Example


Text Example

White with #EAC428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC428; }

 p { color: rgb(234,196,40); }

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

background-color css

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

 a { background-color: rgb(234,196,40); }

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

border-color css

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

 span { border-color: rgb(234,196,40); }

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