Html Css Color HEX #EDB233 Bright Sun

📋 copy color: '#EDB233'

red 237 ◦ green 178 ◦ blue 51

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

Shades of Bright Sun #EDB233

Tints of Bright Sun #EDB233

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.2%

 BLUE value IS 51 (20.31% from 255) = 10.94%

R = 50.86%
G = 38.2%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EDB233 (or 0xEDB233) is known color: Bright Sun. HEX triplet: ED, B2 and 33. RGB value is (237,178,51). Sum of RGB (Red+Green+Blue) = 237+178+51=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 178 (69.92% from 255 or 38.20% from 466); Blue value is 51 (20.31% from 255 or 10.94% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB233 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB233 is #124DCC. Grayscale: #B5B5B5. Windows color (decimal): -1199565 or 3388141. OLE color: 3388141.

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

Color convert

RGB 237 178 51 -
CMYK 0 0.25 0.78 0.07
HSL 40.97º 0.84% 0.56% -
HSV(B) 40.97º 0.78% 0.93% -
XYZ 51.44 50.08 10.09 -
YUV 181.16 54.55 167.83 -
System Red Green Blue C M Y K H S L
Decimal 237 178 51 0 0.25 0.78 0.07 40.97 0.84 0.56
Hex ED B2 33 0 19 4E 7 29 54 38
Octal 355 262 63 0 31 116 7 51 124 70
Binary 11101101 10110010 110011 0 11001 1001110 111 101001 1010100 111000

Color Harmonies of #EDB233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB233

Black with #EDB233

Text Example


Text Example

White with #EDB233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB233; }

 p { color: rgb(237,178,51); }

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

background-color css

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

 a { background-color: rgb(237,178,51); }

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

border-color css

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

 span { border-color: rgb(237,178,51); }

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