Html Css Color HEX #EDB42A Bright Sun

📋 copy color: '#EDB42A'

red 237 ◦ green 180 ◦ blue 42

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

Shades of Bright Sun #EDB42A

Tints of Bright Sun #EDB42A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.15%

R = 51.63%
G = 39.22%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EDB42A (or 0xEDB42A) is known color: Bright Sun. HEX triplet: ED, B4 and 2A. RGB value is (237,180,42). Sum of RGB (Red+Green+Blue) = 237+180+42=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 42 (16.80% from 255 or 9.15% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB42A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB42A is #124BD5. Grayscale: #B5B5B5. Windows color (decimal): -1199062 or 2798829. OLE color: 2798829.

HSL color Cylindrical-coordinate representation of color #EDB42A: hue angle of 42.46º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EDB42A is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 180 42 -
CMYK 0 0.24 0.82 0.07
HSL 42.46º 0.84% 0.55% -
HSV(B) 42.46º 0.82% 0.93% -
XYZ 51.66 50.81 9.28 -
YUV 181.31 49.38 167.72 -
System Red Green Blue C M Y K H S L
Decimal 237 180 42 0 0.24 0.82 0.07 42.46 0.84 0.55
Hex ED B4 2A 0 18 52 7 2A 54 37
Octal 355 264 52 0 30 122 7 52 124 67
Binary 11101101 10110100 101010 0 11000 1010010 111 101010 1010100 110111

Color Harmonies of #EDB42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB42A

Black with #EDB42A

Text Example


Text Example

White with #EDB42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB42A; }

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

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

background-color css

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

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

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

border-color css

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

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

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