Html Css Color HEX #EDB830 Bright Sun

📋 copy color: '#EDB830'

red 237 ◦ green 184 ◦ blue 48

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

Shades of Bright Sun #EDB830

Tints of Bright Sun #EDB830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.23%

R = 50.53%
G = 39.23%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EDB830 (or 0xEDB830) is known color: Bright Sun. HEX triplet: ED, B8 and 30. RGB value is (237,184,48). Sum of RGB (Red+Green+Blue) = 237+184+48=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 184 (72.27% from 255 or 39.23% from 469); Blue value is 48 (19.14% from 255 or 10.23% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB830 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB830 is #1247CF. Grayscale: #B8B8B8. Windows color (decimal): -1198032 or 3193069. OLE color: 3193069.

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

Color convert

RGB 237 184 48 -
CMYK 0 0.22 0.80 0.07
HSL 43.17º 0.84% 0.56% -
HSV(B) 43.17º 0.8% 0.93% -
XYZ 52.6 52.5 10.16 -
YUV 184.34 51.06 165.56 -
System Red Green Blue C M Y K H S L
Decimal 237 184 48 0 0.22 0.80 0.07 43.17 0.84 0.56
Hex ED B8 30 0 16 50 7 2B 54 38
Octal 355 270 60 0 26 120 7 53 124 70
Binary 11101101 10111000 110000 0 10110 1010000 111 101011 1010100 111000

Color Harmonies of #EDB830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB830

Black with #EDB830

Text Example


Text Example

White with #EDB830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB830; }

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

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

background-color css

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

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

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

border-color css

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

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

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