Html Css Color HEX #EDBC34 Bright Sun

📋 copy color: '#EDBC34'

red 237 ◦ green 188 ◦ blue 52

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

Shades of Bright Sun #EDBC34

Tints of Bright Sun #EDBC34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.9%

R = 49.69%
G = 39.41%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EDBC34 (or 0xEDBC34) is known color: Bright Sun. HEX triplet: ED, BC and 34. RGB value is (237,188,52). Sum of RGB (Red+Green+Blue) = 237+188+52=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 188 (73.83% from 255 or 39.41% from 477); Blue value is 52 (20.70% from 255 or 10.90% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBC34 is #1243CB. Grayscale: #BBBBBB. Windows color (decimal): -1197004 or 3456237. OLE color: 3456237.

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

Color convert

RGB 237 188 52 -
CMYK 0 0.21 0.78 0.07
HSL 44.11º 0.84% 0.57% -
HSV(B) 44.11º 0.78% 0.93% -
XYZ 53.53 54.22 10.89 -
YUV 187.15 51.73 163.56 -
System Red Green Blue C M Y K H S L
Decimal 237 188 52 0 0.21 0.78 0.07 44.11 0.84 0.57
Hex ED BC 34 0 15 4E 7 2C 54 39
Octal 355 274 64 0 25 116 7 54 124 71
Binary 11101101 10111100 110100 0 10101 1001110 111 101100 1010100 111001

Color Harmonies of #EDBC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBC34

Black with #EDBC34

Text Example


Text Example

White with #EDBC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBC34; }

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

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

background-color css

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

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

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

border-color css

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

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

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