Html Css Color HEX #EDBE2F Bright Sun

📋 copy color: '#EDBE2F'

red 237 ◦ green 190 ◦ blue 47

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

Shades of Bright Sun #EDBE2F

Tints of Bright Sun #EDBE2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.92%

R = 50%
G = 40.08%
B = 9.92%

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

#EDBE2F (or 0xEDBE2F) is known color: Bright Sun. HEX triplet: ED, BE and 2F. RGB value is (237,190,47). Sum of RGB (Red+Green+Blue) = 237+190+47=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 47 (18.75% from 255 or 9.92% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBE2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBE2F is #1241D0. Grayscale: #BCBCBC. Windows color (decimal): -1196497 or 3129069. OLE color: 3129069.

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

Color convert

RGB 237 190 47 -
CMYK 0 0.20 0.80 0.07
HSL 45.16º 0.84% 0.56% -
HSV(B) 45.16º 0.8% 0.93% -
XYZ 53.85 55.04 10.47 -
YUV 187.75 48.57 163.13 -
System Red Green Blue C M Y K H S L
Decimal 237 190 47 0 0.20 0.80 0.07 45.16 0.84 0.56
Hex ED BE 2F 0 14 50 7 2D 54 38
Octal 355 276 57 0 24 120 7 55 124 70
Binary 11101101 10111110 101111 0 10100 1010000 111 101101 1010100 111000

Color Harmonies of #EDBE2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBE2F

Black with #EDBE2F

Text Example


Text Example

White with #EDBE2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBE2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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