Html Css Color HEX #EDB429 Bright Sun

📋 copy color: '#EDB429'

red 237 ◦ green 180 ◦ blue 41

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

Shades of Bright Sun #EDB429

Tints of Bright Sun #EDB429

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.3%

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

R = 51.75%
G = 39.3%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EDB429 (or 0xEDB429) is known color: Bright Sun. HEX triplet: ED, B4 and 29. RGB value is (237,180,41). Sum of RGB (Red+Green+Blue) = 237+180+41=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 41 (16.41% from 255 or 8.95% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB429 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB429 is #124BD6. Grayscale: #B5B5B5. Windows color (decimal): -1199063 or 2733293. OLE color: 2733293.

HSL color Cylindrical-coordinate representation of color #EDB429: hue angle of 42.55º 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 #EDB429 is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 180 41 -
CMYK 0 0.24 0.83 0.07
HSL 42.55º 0.84% 0.55% -
HSV(B) 42.55º 0.83% 0.93% -
XYZ 51.65 50.81 9.18 -
YUV 181.2 48.88 167.8 -
System Red Green Blue C M Y K H S L
Decimal 237 180 41 0 0.24 0.83 0.07 42.55 0.84 0.55
Hex ED B4 29 0 18 53 7 2B 54 37
Octal 355 264 51 0 30 123 7 53 124 67
Binary 11101101 10110100 101001 0 11000 1010011 111 101011 1010100 110111

Color Harmonies of #EDB429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB429

Black with #EDB429

Text Example


Text Example

White with #EDB429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB429; }

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

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

background-color css

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

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

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

border-color css

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

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

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