Html Css Color HEX #EDBC2E Bright Sun

📋 copy color: '#EDBC2E'

red 237 ◦ green 188 ◦ blue 46

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

Shades of Bright Sun #EDBC2E

Tints of Bright Sun #EDBC2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.77%

R = 50.32%
G = 39.92%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EDBC2E (or 0xEDBC2E) is known color: Bright Sun. HEX triplet: ED, BC and 2E. RGB value is (237,188,46). Sum of RGB (Red+Green+Blue) = 237+188+46=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 46 (18.36% from 255 or 9.77% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBC2E is #1243D1. Grayscale: #BBBBBB. Windows color (decimal): -1197010 or 3063021. OLE color: 3063021.

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

Color convert

RGB 237 188 46 -
CMYK 0 0.21 0.81 0.07
HSL 44.61º 0.84% 0.55% -
HSV(B) 44.61º 0.81% 0.93% -
XYZ 53.4 54.17 10.23 -
YUV 186.46 48.73 164.05 -
System Red Green Blue C M Y K H S L
Decimal 237 188 46 0 0.21 0.81 0.07 44.61 0.84 0.55
Hex ED BC 2E 0 15 51 7 2D 54 37
Octal 355 274 56 0 25 121 7 55 124 67
Binary 11101101 10111100 101110 0 10101 1010001 111 101101 1010100 110111

Color Harmonies of #EDBC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBC2E

Black with #EDBC2E

Text Example


Text Example

White with #EDBC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBC2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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