Html Css Color HEX #EDB629 Bright Sun

📋 copy color: '#EDB629'

red 237 ◦ green 182 ◦ blue 41

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

Shades of Bright Sun #EDB629

Tints of Bright Sun #EDB629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.91%

R = 51.52%
G = 39.57%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EDB629 (or 0xEDB629) is known color: Bright Sun. HEX triplet: ED, B6 and 29. RGB value is (237,182,41). Sum of RGB (Red+Green+Blue) = 237+182+41=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 182 (71.48% from 255 or 39.57% from 460); Blue value is 41 (16.41% from 255 or 8.91% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB629 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB629 is #1249D6. Grayscale: #B6B6B6. Windows color (decimal): -1198551 or 2733805. OLE color: 2733805.

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

Color convert

RGB 237 182 41 -
CMYK 0 0.23 0.83 0.07
HSL 43.16º 0.84% 0.55% -
HSV(B) 43.16º 0.83% 0.93% -
XYZ 52.05 51.62 9.32 -
YUV 182.37 48.22 166.96 -
System Red Green Blue C M Y K H S L
Decimal 237 182 41 0 0.23 0.83 0.07 43.16 0.84 0.55
Hex ED B6 29 0 17 53 7 2B 54 37
Octal 355 266 51 0 27 123 7 53 124 67
Binary 11101101 10110110 101001 0 10111 1010011 111 101011 1010100 110111

Color Harmonies of #EDB629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB629

Black with #EDB629

Text Example


Text Example

White with #EDB629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB629; }

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

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

background-color css

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

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

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

border-color css

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

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

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