Html Css Color HEX #EDE53C Starship

📋 copy color: '#EDE53C'

red 237 ◦ green 229 ◦ blue 60

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

Shades of Starship #EDE53C

Tints of Starship #EDE53C

RGB

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

 GREEN value IS 229 (89.84% from 255) = 43.54%

 BLUE value IS 60 (23.83% from 255) = 11.41%

R = 45.06%
G = 43.54%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EDE53C (or 0xEDE53C) is known color: Starship. HEX triplet: ED, E5 and 3C. RGB value is (237,229,60). Sum of RGB (Red+Green+Blue) = 237+229+60=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 229 (89.84% from 255 or 43.54% from 526); Blue value is 60 (23.83% from 255 or 11.41% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE53C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE53C is #121AC3. Grayscale: #D4D4D4. Windows color (decimal): -1186500 or 3991021. OLE color: 3991021.

HSL color Cylindrical-coordinate representation of color #EDE53C: hue angle of 57.29º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EDE53C is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 229 60 -
CMYK 0 0.03 0.75 0.07
HSL 57.29º 0.83% 0.58% -
HSV(B) 57.29º 0.75% 0.93% -
XYZ 63.76 74.37 15.27 -
YUV 212.13 42.15 145.74 -
System Red Green Blue C M Y K H S L
Decimal 237 229 60 0 0.03 0.75 0.07 57.29 0.83 0.58
Hex ED E5 3C 0 3 4B 7 39 53 3A
Octal 355 345 74 0 3 113 7 71 123 72
Binary 11101101 11100101 111100 0 11 1001011 111 111001 1010011 111010

Color Harmonies of #EDE53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE53C

Black with #EDE53C

Text Example


Text Example

White with #EDE53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE53C; }

 p { color: rgb(237,229,60); }

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

background-color css

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

 a { background-color: rgb(237,229,60); }

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

border-color css

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

 span { border-color: rgb(237,229,60); }

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