Html Css Color HEX #EDB52E Bright Sun

📋 copy color: '#EDB52E'

red 237 ◦ green 181 ◦ blue 46

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

Shades of Bright Sun #EDB52E

Tints of Bright Sun #EDB52E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.01%

 BLUE value IS 46 (18.36% from 255) = 9.91%

R = 51.08%
G = 39.01%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EDB52E (or 0xEDB52E) is known color: Bright Sun. HEX triplet: ED, B5 and 2E. RGB value is (237,181,46). Sum of RGB (Red+Green+Blue) = 237+181+46=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 181 (71.09% from 255 or 39.01% from 464); Blue value is 46 (18.36% from 255 or 9.91% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB52E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB52E is #124AD1. Grayscale: #B6B6B6. Windows color (decimal): -1198802 or 3061229. OLE color: 3061229.

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

Color convert

RGB 237 181 46 -
CMYK 0 0.24 0.81 0.07
HSL 42.41º 0.84% 0.55% -
HSV(B) 42.41º 0.81% 0.93% -
XYZ 51.94 51.25 9.74 -
YUV 182.35 51.05 166.98 -
System Red Green Blue C M Y K H S L
Decimal 237 181 46 0 0.24 0.81 0.07 42.41 0.84 0.55
Hex ED B5 2E 0 18 51 7 2A 54 37
Octal 355 265 56 0 30 121 7 52 124 67
Binary 11101101 10110101 101110 0 11000 1010001 111 101010 1010100 110111

Color Harmonies of #EDB52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB52E

Black with #EDB52E

Text Example


Text Example

White with #EDB52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB52E; }

 p { color: rgb(237,181,46); }

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

background-color css

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

 a { background-color: rgb(237,181,46); }

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

border-color css

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

 span { border-color: rgb(237,181,46); }

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