Html Css Color HEX #EDB832 Bright Sun

📋 copy color: '#EDB832'

red 237 ◦ green 184 ◦ blue 50

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

Shades of Bright Sun #EDB832

Tints of Bright Sun #EDB832

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.07%

 BLUE value IS 50 (19.92% from 255) = 10.62%

R = 50.32%
G = 39.07%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EDB832 (or 0xEDB832) is known color: Bright Sun. HEX triplet: ED, B8 and 32. RGB value is (237,184,50). Sum of RGB (Red+Green+Blue) = 237+184+50=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 184 (72.27% from 255 or 39.07% from 471); Blue value is 50 (19.92% from 255 or 10.62% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB832 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB832 is #1247CD. Grayscale: #B9B9B9. Windows color (decimal): -1198030 or 3324141. OLE color: 3324141.

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

Color convert

RGB 237 184 50 -
CMYK 0 0.22 0.79 0.07
HSL 42.99º 0.84% 0.56% -
HSV(B) 42.99º 0.79% 0.93% -
XYZ 52.64 52.52 10.38 -
YUV 184.57 52.06 165.4 -
System Red Green Blue C M Y K H S L
Decimal 237 184 50 0 0.22 0.79 0.07 42.99 0.84 0.56
Hex ED B8 32 0 16 4F 7 2B 54 38
Octal 355 270 62 0 26 117 7 53 124 70
Binary 11101101 10111000 110010 0 10110 1001111 111 101011 1010100 111000

Color Harmonies of #EDB832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB832

Black with #EDB832

Text Example


Text Example

White with #EDB832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB832; }

 p { color: rgb(237,184,50); }

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

background-color css

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

 a { background-color: rgb(237,184,50); }

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

border-color css

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

 span { border-color: rgb(237,184,50); }

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