Html Css Color HEX #EDBE30 Bright Sun

📋 copy color: '#EDBE30'

red 237 ◦ green 190 ◦ blue 48

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

Shades of Bright Sun #EDBE30

Tints of Bright Sun #EDBE30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.11%

R = 49.89%
G = 40%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EDBE30 (or 0xEDBE30) is known color: Bright Sun. HEX triplet: ED, BE and 30. RGB value is (237,190,48). Sum of RGB (Red+Green+Blue) = 237+190+48=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 48 (19.14% from 255 or 10.11% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBE30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBE30 is #1241CF. Grayscale: #BCBCBC. Windows color (decimal): -1196496 or 3194605. OLE color: 3194605.

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

Color convert

RGB 237 190 48 -
CMYK 0 0.20 0.80 0.07
HSL 45.08º 0.84% 0.56% -
HSV(B) 45.08º 0.8% 0.93% -
XYZ 53.87 55.04 10.58 -
YUV 187.87 49.07 163.05 -
System Red Green Blue C M Y K H S L
Decimal 237 190 48 0 0.20 0.80 0.07 45.08 0.84 0.56
Hex ED BE 30 0 14 50 7 2D 54 38
Octal 355 276 60 0 24 120 7 55 124 70
Binary 11101101 10111110 110000 0 10100 1010000 111 101101 1010100 111000

Color Harmonies of #EDBE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBE30

Black with #EDBE30

Text Example


Text Example

White with #EDBE30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBE30; }

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

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

background-color css

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

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

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

border-color css

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

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

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