Html Css Color HEX #EDBC27 Bright Sun

📋 copy color: '#EDBC27'

red 237 ◦ green 188 ◦ blue 39

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

Shades of Bright Sun #EDBC27

Tints of Bright Sun #EDBC27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.41%

R = 51.08%
G = 40.52%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EDBC27 (or 0xEDBC27) is known color: Bright Sun. HEX triplet: ED, BC and 27. RGB value is (237,188,39). Sum of RGB (Red+Green+Blue) = 237+188+39=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 39 (15.62% from 255 or 8.41% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBC27 is #1243D8. Grayscale: #BABABA. Windows color (decimal): -1197017 or 2604269. OLE color: 2604269.

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

Color convert

RGB 237 188 39 -
CMYK 0 0.21 0.84 0.07
HSL 45.15º 0.85% 0.54% -
HSV(B) 45.15º 0.84% 0.93% -
XYZ 53.27 54.12 9.56 -
YUV 185.67 45.23 164.62 -
System Red Green Blue C M Y K H S L
Decimal 237 188 39 0 0.21 0.84 0.07 45.15 0.85 0.54
Hex ED BC 27 0 15 54 7 2D 55 36
Octal 355 274 47 0 25 124 7 55 125 66
Binary 11101101 10111100 100111 0 10101 1010100 111 101101 1010101 110110

Color Harmonies of #EDBC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBC27

Black with #EDBC27

Text Example


Text Example

White with #EDBC27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBC27; }

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

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

background-color css

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

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

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

border-color css

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

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

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