Html Css Color HEX #EDBC2F Bright Sun

📋 copy color: '#EDBC2F'

red 237 ◦ green 188 ◦ blue 47

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

Shades of Bright Sun #EDBC2F

Tints of Bright Sun #EDBC2F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.83%

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

R = 50.21%
G = 39.83%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EDBC2F (or 0xEDBC2F) is known color: Bright Sun. HEX triplet: ED, BC and 2F. RGB value is (237,188,47). Sum of RGB (Red+Green+Blue) = 237+188+47=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 47 (18.75% from 255 or 9.96% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBC2F is #1243D0. Grayscale: #BBBBBB. Windows color (decimal): -1197009 or 3128557. OLE color: 3128557.

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

Color convert

RGB 237 188 47 -
CMYK 0 0.21 0.80 0.07
HSL 44.53º 0.84% 0.56% -
HSV(B) 44.53º 0.8% 0.93% -
XYZ 53.42 54.18 10.33 -
YUV 186.58 49.23 163.96 -
System Red Green Blue C M Y K H S L
Decimal 237 188 47 0 0.21 0.80 0.07 44.53 0.84 0.56
Hex ED BC 2F 0 15 50 7 2D 54 38
Octal 355 274 57 0 25 120 7 55 124 70
Binary 11101101 10111100 101111 0 10101 1010000 111 101101 1010100 111000

Color Harmonies of #EDBC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBC2F

Black with #EDBC2F

Text Example


Text Example

White with #EDBC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBC2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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