Html Css Color HEX #EDB435 Bright Sun

📋 copy color: '#EDB435'

red 237 ◦ green 180 ◦ blue 53

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

Shades of Bright Sun #EDB435

Tints of Bright Sun #EDB435

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.3%

 BLUE value IS 53 (21.09% from 255) = 11.28%

R = 50.43%
G = 38.3%
B = 11.28%

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

#EDB435 (or 0xEDB435) is known color: Bright Sun. HEX triplet: ED, B4 and 35. RGB value is (237,180,53). Sum of RGB (Red+Green+Blue) = 237+180+53=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 180 (70.70% from 255 or 38.30% from 470); Blue value is 53 (21.09% from 255 or 11.28% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB435 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB435 is #124BCA. Grayscale: #B7B7B7. Windows color (decimal): -1199051 or 3519725. OLE color: 3519725.

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

Color convert

RGB 237 180 53 -
CMYK 0 0.24 0.78 0.07
HSL 41.41º 0.84% 0.57% -
HSV(B) 41.41º 0.78% 0.93% -
XYZ 51.89 50.9 10.46 -
YUV 182.57 54.88 166.83 -
System Red Green Blue C M Y K H S L
Decimal 237 180 53 0 0.24 0.78 0.07 41.41 0.84 0.57
Hex ED B4 35 0 18 4E 7 29 54 39
Octal 355 264 65 0 30 116 7 51 124 71
Binary 11101101 10110100 110101 0 11000 1001110 111 101001 1010100 111001

Color Harmonies of #EDB435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB435

Black with #EDB435

Text Example


Text Example

White with #EDB435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB435; }

 p { color: rgb(237,180,53); }

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

background-color css

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

 a { background-color: rgb(237,180,53); }

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

border-color css

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

 span { border-color: rgb(237,180,53); }

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