Html Css Color HEX #EBDF1E Golden Fizz

📋 copy color: '#EBDF1E'

red 235 ◦ green 223 ◦ blue 30

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

Shades of Golden Fizz #EBDF1E

Tints of Golden Fizz #EBDF1E

RGB

 RED value IS 235 (92.19% from 255) = 48.16%

 GREEN value IS 223 (87.5% from 255) = 45.7%

 BLUE value IS 30 (12.11% from 255) = 6.15%

R = 48.16%
G = 45.7%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EBDF1E (or 0xEBDF1E) is known color: Golden Fizz. HEX triplet: EB, DF and 1E. RGB value is (235,223,30). Sum of RGB (Red+Green+Blue) = 235+223+30=488 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.16% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 30 (12.11% from 255 or 6.15% from 488); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDF1E is #1420E1. Grayscale: #CDCDCD. Windows color (decimal): -1319138 or 2023403. OLE color: 2023403.

HSL color Cylindrical-coordinate representation of color #EBDF1E: hue angle of 56.49º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EBDF1E is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 223 30 -
CMYK 0 0.05 0.87 0.08
HSL 56.49º 0.84% 0.52% -
HSV(B) 56.49º 0.87% 0.92% -
XYZ 60.88 70.53 11.63 -
YUV 204.59 29.48 149.69 -
System Red Green Blue C M Y K H S L
Decimal 235 223 30 0 0.05 0.87 0.08 56.49 0.84 0.52
Hex EB DF 1E 0 5 57 8 38 54 34
Octal 353 337 36 0 5 127 10 70 124 64
Binary 11101011 11011111 11110 0 101 1010111 1000 111000 1010100 110100

Color Harmonies of #EBDF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDF1E

Black with #EBDF1E

Text Example


Text Example

White with #EBDF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDF1E; }

 p { color: rgb(235,223,30); }

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

background-color css

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

 a { background-color: rgb(235,223,30); }

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

border-color css

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

 span { border-color: rgb(235,223,30); }

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