Html Css Color HEX #EDEE3C Starship

📋 copy color: '#EDEE3C'

red 237 ◦ green 238 ◦ blue 60

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

Shades of Starship #EDEE3C

Tints of Starship #EDEE3C

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.49%

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

R = 44.3%
G = 44.49%
B = 11.21%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EDEE3C (or 0xEDEE3C) is known color: Starship. HEX triplet: ED, EE and 3C. RGB value is (237,238,60). Sum of RGB (Red+Green+Blue) = 237+238+60=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 238 (93.36% from 255 or 44.49% from 535); Blue value is 60 (23.83% from 255 or 11.21% from 535); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEE3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEE3C is #1211C3. Grayscale: #DADADA. Windows color (decimal): -1184196 or 3993325. OLE color: 3993325.

HSL color Cylindrical-coordinate representation of color #EDEE3C: hue angle of 60.34º degrees, saturation: 0.84, 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 #EDEE3C is Cyan = 0.00, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 238 60 -
CMYK 0.00 0 0.75 0.07
HSL 60.34º 0.84% 0.58% -
HSV(B) 60.34º 0.75% 0.93% -
XYZ 66.32 79.48 16.12 -
YUV 217.41 39.17 141.97 -
System Red Green Blue C M Y K H S L
Decimal 237 238 60 0.00 0 0.75 0.07 60.34 0.84 0.58
Hex ED EE 3C 0 0 4B 7 3C 54 3A
Octal 355 356 74 0 0 113 7 74 124 72
Binary 11101101 11101110 111100 0 0 1001011 111 111100 1010100 111010

Color Harmonies of #EDEE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEE3C

Black with #EDEE3C

Text Example


Text Example

White with #EDEE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEE3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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