Html Css Color HEX #EDB334 Bright Sun

📋 copy color: '#EDB334'

red 237 ◦ green 179 ◦ blue 52

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

Shades of Bright Sun #EDB334

Tints of Bright Sun #EDB334

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.25%

 BLUE value IS 52 (20.7% from 255) = 11.11%

R = 50.64%
G = 38.25%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EDB334 (or 0xEDB334) is known color: Bright Sun. HEX triplet: ED, B3 and 34. RGB value is (237,179,52). Sum of RGB (Red+Green+Blue) = 237+179+52=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 179 (70.31% from 255 or 38.25% from 468); Blue value is 52 (20.70% from 255 or 11.11% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB334 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB334 is #124CCB. Grayscale: #B6B6B6. Windows color (decimal): -1199308 or 3453933. OLE color: 3453933.

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

Color convert

RGB 237 179 52 -
CMYK 0 0.24 0.78 0.07
HSL 41.19º 0.84% 0.57% -
HSV(B) 41.19º 0.78% 0.93% -
XYZ 51.66 50.49 10.27 -
YUV 181.86 54.72 167.33 -
System Red Green Blue C M Y K H S L
Decimal 237 179 52 0 0.24 0.78 0.07 41.19 0.84 0.57
Hex ED B3 34 0 18 4E 7 29 54 39
Octal 355 263 64 0 30 116 7 51 124 71
Binary 11101101 10110011 110100 0 11000 1001110 111 101001 1010100 111001

Color Harmonies of #EDB334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB334

Black with #EDB334

Text Example


Text Example

White with #EDB334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB334; }

 p { color: rgb(237,179,52); }

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

background-color css

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

 a { background-color: rgb(237,179,52); }

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

border-color css

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

 span { border-color: rgb(237,179,52); }

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