Html Css Color HEX #EDB634 Bright Sun

📋 copy color: '#EDB634'

red 237 ◦ green 182 ◦ blue 52

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

Shades of Bright Sun #EDB634

Tints of Bright Sun #EDB634

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.64%

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

R = 50.32%
G = 38.64%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EDB634 (or 0xEDB634) is known color: Bright Sun. HEX triplet: ED, B6 and 34. RGB value is (237,182,52). Sum of RGB (Red+Green+Blue) = 237+182+52=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 182 (71.48% from 255 or 38.64% from 471); Blue value is 52 (20.70% from 255 or 11.04% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB634 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB634 is #1249CB. Grayscale: #B8B8B8. Windows color (decimal): -1198540 or 3454701. OLE color: 3454701.

HSL color Cylindrical-coordinate representation of color #EDB634: hue angle of 42.16º 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 #EDB634 is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 182 52 -
CMYK 0 0.23 0.78 0.07
HSL 42.16º 0.84% 0.57% -
HSV(B) 42.16º 0.78% 0.93% -
XYZ 52.27 51.71 10.47 -
YUV 183.63 53.72 166.07 -
System Red Green Blue C M Y K H S L
Decimal 237 182 52 0 0.23 0.78 0.07 42.16 0.84 0.57
Hex ED B6 34 0 17 4E 7 2A 54 39
Octal 355 266 64 0 27 116 7 52 124 71
Binary 11101101 10110110 110100 0 10111 1001110 111 101010 1010100 111001

Color Harmonies of #EDB634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB634

Black with #EDB634

Text Example


Text Example

White with #EDB634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB634; }

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

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

background-color css

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

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

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

border-color css

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

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

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