Html Css Color HEX #EDEB3C Starship

📋 copy color: '#EDEB3C'

red 237 ◦ green 235 ◦ blue 60

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

Shades of Starship #EDEB3C

Tints of Starship #EDEB3C

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.17%

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

R = 44.55%
G = 44.17%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EDEB3C (or 0xEDEB3C) is known color: Starship. HEX triplet: ED, EB and 3C. RGB value is (237,235,60). Sum of RGB (Red+Green+Blue) = 237+235+60=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 235 (92.19% from 255 or 44.17% from 532); Blue value is 60 (23.83% from 255 or 11.28% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEB3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEB3C is #1214C3. Grayscale: #D8D8D8. Windows color (decimal): -1184964 or 3992557. OLE color: 3992557.

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

Color convert

RGB 237 235 60 -
CMYK 0 0.01 0.75 0.07
HSL 59.32º 0.83% 0.58% -
HSV(B) 59.32º 0.75% 0.93% -
XYZ 65.45 77.75 15.83 -
YUV 215.65 40.16 143.23 -
System Red Green Blue C M Y K H S L
Decimal 237 235 60 0 0.01 0.75 0.07 59.32 0.83 0.58
Hex ED EB 3C 0 1 4B 7 3B 53 3A
Octal 355 353 74 0 1 113 7 73 123 72
Binary 11101101 11101011 111100 0 1 1001011 111 111011 1010011 111010

Color Harmonies of #EDEB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEB3C

Black with #EDEB3C

Text Example


Text Example

White with #EDEB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEB3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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