Html Css Color HEX #EDBE32 Bright Sun

📋 copy color: '#EDBE32'

red 237 ◦ green 190 ◦ blue 50

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

Shades of Bright Sun #EDBE32

Tints of Bright Sun #EDBE32

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.83%

 BLUE value IS 50 (19.92% from 255) = 10.48%

R = 49.69%
G = 39.83%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EDBE32 (or 0xEDBE32) is known color: Bright Sun. HEX triplet: ED, BE and 32. RGB value is (237,190,50). Sum of RGB (Red+Green+Blue) = 237+190+50=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 50 (19.92% from 255 or 10.48% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBE32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBE32 is #1241CD. Grayscale: #BCBCBC. Windows color (decimal): -1196494 or 3325677. OLE color: 3325677.

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

Color convert

RGB 237 190 50 -
CMYK 0 0.20 0.79 0.07
HSL 44.92º 0.84% 0.56% -
HSV(B) 44.92º 0.79% 0.93% -
XYZ 53.91 55.06 10.8 -
YUV 188.09 50.07 162.88 -
System Red Green Blue C M Y K H S L
Decimal 237 190 50 0 0.20 0.79 0.07 44.92 0.84 0.56
Hex ED BE 32 0 14 4F 7 2D 54 38
Octal 355 276 62 0 24 117 7 55 124 70
Binary 11101101 10111110 110010 0 10100 1001111 111 101101 1010100 111000

Color Harmonies of #EDBE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBE32

Black with #EDBE32

Text Example


Text Example

White with #EDBE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBE32; }

 p { color: rgb(237,190,50); }

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

background-color css

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

 a { background-color: rgb(237,190,50); }

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

border-color css

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

 span { border-color: rgb(237,190,50); }

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