Html Css Color HEX #EDE73C Starship

📋 copy color: '#EDE73C'

red 237 ◦ green 231 ◦ blue 60

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

Shades of Starship #EDE73C

Tints of Starship #EDE73C

RGB

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

 GREEN value IS 231 (90.63% from 255) = 43.75%

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

R = 44.89%
G = 43.75%
B = 11.36%

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

#EDE73C (or 0xEDE73C) is known color: Starship. HEX triplet: ED, E7 and 3C. RGB value is (237,231,60). Sum of RGB (Red+Green+Blue) = 237+231+60=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 231 (90.62% from 255 or 43.75% from 528); Blue value is 60 (23.83% from 255 or 11.36% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE73C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE73C is #1218C3. Grayscale: #D5D5D5. Windows color (decimal): -1185988 or 3991533. OLE color: 3991533.

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

Color convert

RGB 237 231 60 -
CMYK 0 0.03 0.75 0.07
HSL 57.97º 0.83% 0.58% -
HSV(B) 57.97º 0.75% 0.93% -
XYZ 64.32 75.48 15.45 -
YUV 213.3 41.49 144.9 -
System Red Green Blue C M Y K H S L
Decimal 237 231 60 0 0.03 0.75 0.07 57.97 0.83 0.58
Hex ED E7 3C 0 3 4B 7 3A 53 3A
Octal 355 347 74 0 3 113 7 72 123 72
Binary 11101101 11100111 111100 0 11 1001011 111 111010 1010011 111010

Color Harmonies of #EDE73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE73C

Black with #EDE73C

Text Example


Text Example

White with #EDE73C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE73C; }

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

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

background-color css

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

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

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

border-color css

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

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

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